home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / bump_copter.swf / scripts / DefineSprite_146 / frame_1 / PlaceObject2_106_5 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2011-09-19  |  103b  |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.copter))
  3.    {
  4.       _root.upspeed = 10;
  5.    }
  6. }
  7.